summary refs log tree commit diff
path: root/pkgs/development/libraries/libf2c
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-06-22 15:21:29 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-02 00:03:10 +0200
commit58a2d4b666bee0cb4be84f2efca942b1ffee916f (patch)
treef29fc3a22513918ab0289d2d91caef0c91b3f735 /pkgs/development/libraries/libf2c
parent3196682098e710a6bb6f1984a070459473fcad4c (diff)
downloadnixpkgs-58a2d4b666bee0cb4be84f2efca942b1ffee916f.tar
nixpkgs-58a2d4b666bee0cb4be84f2efca942b1ffee916f.tar.gz
nixpkgs-58a2d4b666bee0cb4be84f2efca942b1ffee916f.tar.bz2
nixpkgs-58a2d4b666bee0cb4be84f2efca942b1ffee916f.tar.lz
nixpkgs-58a2d4b666bee0cb4be84f2efca942b1ffee916f.tar.xz
nixpkgs-58a2d4b666bee0cb4be84f2efca942b1ffee916f.tar.zst
nixpkgs-58a2d4b666bee0cb4be84f2efca942b1ffee916f.zip
development: /s/name/pname&version/
Diffstat (limited to 'pkgs/development/libraries/libf2c')
-rw-r--r--pkgs/development/libraries/libf2c/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libf2c/default.nix b/pkgs/development/libraries/libf2c/default.nix
index ce1c35c7ec6..5a5d8b93057 100644
--- a/pkgs/development/libraries/libf2c/default.nix
+++ b/pkgs/development/libraries/libf2c/default.nix
@@ -1,7 +1,8 @@
 {lib, stdenv, fetchurl, unzip}:
 
 stdenv.mkDerivation rec {
-  name = "libf2c-20160102";
+  pname = "libf2c";
+  version = "20160102";
 
   src = fetchurl {
     url = "http://www.netlib.org/f2c/libf2c.zip";