summary refs log tree commit diff
path: root/pkgs/build-support/fetchmtn
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-06-26 12:11:51 +0200
committersternenseemann <sternenseemann@systemli.org>2022-07-02 19:32:24 +0200
commitf76ac449d1bdbd9cd9b76fbf98c511d26f849abc (patch)
treee73fad197e84b5bd45d96a542a4bee8cacaad354 /pkgs/build-support/fetchmtn
parent22a183bf789cb60a2d80d757b1b6c25786cf3829 (diff)
downloadnixpkgs-f76ac449d1bdbd9cd9b76fbf98c511d26f849abc.tar
nixpkgs-f76ac449d1bdbd9cd9b76fbf98c511d26f849abc.tar.gz
nixpkgs-f76ac449d1bdbd9cd9b76fbf98c511d26f849abc.tar.bz2
nixpkgs-f76ac449d1bdbd9cd9b76fbf98c511d26f849abc.tar.lz
nixpkgs-f76ac449d1bdbd9cd9b76fbf98c511d26f849abc.tar.xz
nixpkgs-f76ac449d1bdbd9cd9b76fbf98c511d26f849abc.tar.zst
nixpkgs-f76ac449d1bdbd9cd9b76fbf98c511d26f849abc.zip
srcOnly: fix with separateDebugInfo and/or multiple outputs
Before this change `srcOnly git` gives:

    duplicate derivation output 'debug', at pkgs/stdenv/generic/make-derivation.nix:270:7

This was because separateDebugInfo = true was passed on to the srcOnly
mkDerivation as well as the outputs list _including_ the debug output.
Luckily we don't need to untangle this mess since srcOnly is only
supposed to have a single output anyways.
Diffstat (limited to 'pkgs/build-support/fetchmtn')
0 files changed, 0 insertions, 0 deletions