9be118223b
Style of dual implementation and headers derivations is take from bb7067f882bf3c53ea68780a8ec0a7117f563253.
7 lines
143 B
Nix
7 lines
143 B
Nix
{ stdenv, callPackage }:
|
|
|
|
stdenv.mkDerivation {
|
|
inherit (callPackage ./common.nix {}) name src nativeBuildInputs meta;
|
|
dontStrip = true;
|
|
}
|