Commit c71a0f71 authored by zowoq's avatar zowoq
Browse files

htop: make postPatch linux only to match dependency

follow up from 1ab8d18f
parent cddcee69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
    let
      libnlPath = lib.getLib libnl;
    in
    ''
    lib.optionalString stdenv.hostPlatform.isLinux ''
      substituteInPlace configure.ac \
        --replace-fail /usr/include/libnl3 ${lib.getDev libnl}/include/libnl3
      substituteInPlace linux/LibNl.c \