about summary refs log tree commit diff
path: root/pkgs/development/compilers/intercal
AgeCommit message (Collapse)AuthorFilesLines
2023-01-26treewide: remove global with lib; statements in pkgs/developmentShawn89011-2/+1
2022-08-16treewide: makeWrapper buildInputs to nativeBuildInputsArtturin1-2/+1
most found with https://github.com/siraben/nix-lint
2022-05-21intercal: fix build on -fno-common toolchainsSergei Trofimovich1-1/+11
Without the change build fails on upstream gcc-10 as: ld: parser.o:/build/intercal-0.31/parser.c:1501: multiple definition of `yydebug'; src/perpet.o:/build/intercal-0.31/src/perpet.c:88: first defined here
2021-01-23pkgs/development/compilers: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-26intercal: 0.30 -> 0.31R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/intercal/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2015-09-14Intercal: a quick fix to find gccAndersonTorres1-2/+9
Intercal needs gcc to build any executable, and in Nix/NixOS it needs to be explicitly set in PATH environment variable. So, now ick is conveniently wrapped.
2015-09-13Intercal: init at 0.30AndersonTorres1-0/+35