mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #58053 from illegalprime/libatasmart-cross
libatasmart: add build time cc
This commit is contained in:
commit
9824b3ce4d
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, pkgconfig, udev }:
|
||||
{ stdenv, fetchurl, pkgconfig, udev, buildPackages }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libatasmart-0.19";
|
||||
|
@ -8,6 +8,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "138gvgdwk6h4ljrjsr09pxk1nrki4b155hqdzyr8mlk3bwsfmw31";
|
||||
};
|
||||
|
||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ udev ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue