summary refs log tree commit diff
path: root/pkgs/development/interpreters/unicon-lang
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-06 01:11:00 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-06 15:18:05 +0700
commit4f0cdb68d772900ebcdf866f019d085adf64aa26 (patch)
tree5d8e3caa70dbd1208f270787ffd1d824e79aafbc /pkgs/development/interpreters/unicon-lang
parenta9fc5a39c5f686ab2e54a48b0c94ecd4c165c00e (diff)
downloadnixpkgs-4f0cdb68d772900ebcdf866f019d085adf64aa26.tar
nixpkgs-4f0cdb68d772900ebcdf866f019d085adf64aa26.tar.gz
nixpkgs-4f0cdb68d772900ebcdf866f019d085adf64aa26.tar.bz2
nixpkgs-4f0cdb68d772900ebcdf866f019d085adf64aa26.tar.lz
nixpkgs-4f0cdb68d772900ebcdf866f019d085adf64aa26.tar.xz
nixpkgs-4f0cdb68d772900ebcdf866f019d085adf64aa26.tar.zst
nixpkgs-4f0cdb68d772900ebcdf866f019d085adf64aa26.zip
treewide: unzip buldInputs to nativeBuildInputs (2)
Diffstat (limited to 'pkgs/development/interpreters/unicon-lang')
-rw-r--r--pkgs/development/interpreters/unicon-lang/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/unicon-lang/default.nix b/pkgs/development/interpreters/unicon-lang/default.nix
index e64db1b109e..c399ef223de 100644
--- a/pkgs/development/interpreters/unicon-lang/default.nix
+++ b/pkgs/development/interpreters/unicon-lang/default.nix
@@ -42,4 +42,3 @@ stdenv.mkDerivation {
     homepage = "http://unicon.org";
   };
 }
-