Merge pull request #260125 from trofi/libsigcxx-dev

libsigcxx, libsigcxx30: add "dev" output
This commit is contained in:
Bobby Rong 2023-11-22 21:30:29 +08:00 committed by GitHub
commit 093443ab69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
sha256 = "w9I7N9/W458uCfCRt3sVQfv6F8Twtr9cibrvcikIDhc=";
};
outputs = [ "out" "dev" ];
nativeBuildInputs = [
pkg-config
meson

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-qdvuMjNR0Qm3ruB0qcuJyj57z4rY7e8YUfTPNZvVCEM=";
};
outputs = [ "out" "dev" ];
nativeBuildInputs = [ pkg-config meson ninja ];
doCheck = true;