summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/leocad
AgeCommit message (Collapse)Author
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-19leocad: 18.02 -> 19.07.1R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/leocad/versions
2018-03-24treewide: use more HTTPS URLsRyan Mulligan
Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
2018-02-26leocad: 17.07 -> 18.02Ryan Mulligan
Semi-automatic update. These checks were performed: - built on NixOS - found 18.02 with grep in /nix/store/hcqlkwyiindjgmq9qs7cswbam78iakmy-leocad-18.02 - found 18.02 in filename of file in /nix/store/hcqlkwyiindjgmq9qs7cswbam78iakmy-leocad-18.02
2017-12-30leocad: only builds on Linux (hardcoded into qmake project)Yegor Timoshenko
2017-12-29leocad: 17.02 -> 17.07Will Dietz
2017-03-19leocad: remove unnessary patchesJörg Thalheim
2017-03-18leocad: 0.81 -> 17.02ndowens
2016-06-19treewide: fix #include errors after gcc-5.4Vladimír Čunát
They were mostly missing <cmath> or <math.h>.
2016-04-20leocad: move to qmake4HookNikolay Amiantov
2016-03-26leocad: work around cmath problemJoachim Fasting
introduced by recent glibc https://hydra.nixos.org/build/33610365/nixlog/1/raw
2015-01-26new package: leocadDavid Virgilio