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