Skip to content

Commit

Permalink
Merge pull request #58053 from illegalprime/libatasmart-cross
Browse files Browse the repository at this point in the history
libatasmart: add build time cc
  • Loading branch information
Mic92 authored Mar 22, 2019
2 parents 70d6db9 + d1f0f10 commit 9824b3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/os-specific/linux/libatasmart/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, udev }:
{ stdenv, fetchurl, pkgconfig, udev, buildPackages }:

stdenv.mkDerivation rec {
name = "libatasmart-0.19";
Expand All @@ -8,6 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "138gvgdwk6h4ljrjsr09pxk1nrki4b155hqdzyr8mlk3bwsfmw31";
};

depsBuildBuild = [ buildPackages.stdenv.cc ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ udev ];

Expand Down

0 comments on commit 9824b3c

Please sign in to comment.