summary refs log tree commit diff
path: root/pkgs/applications/networking/offrss
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-06-26 18:42:55 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-06-28 18:21:05 -0400
commitca94de8c4c87f1cace032ccaa8e922e2db9405bb (patch)
tree4f3a196825c9c7934bcfc7251b875c2862c29dca /pkgs/applications/networking/offrss
parentc4443d70df83bc9591cdf892a3f2b7c7d98fffbb (diff)
downloadnixpkgs-ca94de8c4c87f1cace032ccaa8e922e2db9405bb.tar
nixpkgs-ca94de8c4c87f1cace032ccaa8e922e2db9405bb.tar.gz
nixpkgs-ca94de8c4c87f1cace032ccaa8e922e2db9405bb.tar.bz2
nixpkgs-ca94de8c4c87f1cace032ccaa8e922e2db9405bb.tar.lz
nixpkgs-ca94de8c4c87f1cace032ccaa8e922e2db9405bb.tar.xz
nixpkgs-ca94de8c4c87f1cace032ccaa8e922e2db9405bb.tar.zst
nixpkgs-ca94de8c4c87f1cace032ccaa8e922e2db9405bb.zip
offrss: cc-wrapper can be relied on to export this env var
Diffstat (limited to 'pkgs/applications/networking/offrss')
-rw-r--r--pkgs/applications/networking/offrss/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/offrss/default.nix b/pkgs/applications/networking/offrss/default.nix
index fd1406127ad..1cae91dbf86 100644
--- a/pkgs/applications/networking/offrss/default.nix
+++ b/pkgs/applications/networking/offrss/default.nix
@@ -13,7 +13,6 @@ stdenv.mkDerivation {
     preConfigure = ''
       sed 's/^PDF/#PDF/' -i Makefile
     '';
-    makeFlags = "CC=${stdenv.cross.config}-gcc";
   };
 
   buildInputs = [ curl libmrss podofo ]