mingw-w64: Clean up, especially clarifying staging
This commit is contained in:
committed by
John Ericson
parent
c2e2152afc
commit
bb7067f882
@@ -0,0 +1,13 @@
|
||||
{ stdenvNoCC, callPackage }:
|
||||
|
||||
let
|
||||
inherit (callPackage ./common.nix {}) name src;
|
||||
|
||||
in stdenvNoCC.mkDerivation {
|
||||
name = name + "-headers";
|
||||
inherit src;
|
||||
|
||||
preConfigure = ''
|
||||
cd mingw-w64-headers
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user