treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
This commit is contained in:
@@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
|
||||
#--disable-fftw disable usage of FFTW
|
||||
#--disable-cpu-clip disable tricky cpu specific clipper
|
||||
|
||||
outputs = [ "dev" "bin" "out" ];
|
||||
outputs = [ "bin" "dev" "out" ];
|
||||
|
||||
postConfigure = optionalString stdenv.isDarwin ''
|
||||
# need headers from the Carbon.framework in /System/Library/Frameworks to
|
||||
|
||||
Reference in New Issue
Block a user