Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 68d37fe0c0ef
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b72fd987892e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 7, 2020

  1. palp: correct metadata for repology

    Jonathan Ringer committed Apr 7, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f89b76d View commit details

Commits on Apr 8, 2020

  1. Merge pull request #84666 from jonringer/repofy-palp

    palp: correct metadata for repology
    timokau authored Apr 8, 2020
    Copy the full SHA
    b72fd98 View commit details
Showing with 5 additions and 3 deletions.
  1. +5 −3 pkgs/applications/science/math/palp/default.nix
8 changes: 5 additions & 3 deletions pkgs/applications/science/math/palp/default.nix
Original file line number Diff line number Diff line change
@@ -4,10 +4,12 @@
, doSymlink ? true # symlink the executables to the default location (without dimension postfix)
}:

let
dim = toString dimensions;
in
stdenv.mkDerivation rec {
pname = "palp";
version = "2.1";
dim = toString dimensions;
name = "palp-${dim}d-${version}";

src = fetchurl {
url = "http://hep.itp.tuwien.ac.at/~kreuzer/CY/palp/palp-${version}.tar.gz";
@@ -75,7 +77,7 @@ stdenv.mkDerivation rec {
algorithms work in any dimension and our key routine for vertex and
facet enumeration compares well with existing packages.
'';
homepage = http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html;
homepage = "http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html";
# Just a link on the website pointing to gpl -- now gplv3. When the last
# version was released that pointed to gplv2 however, so thats probably
# the right license.