Skip to content

Commit

Permalink
liberaforms: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored and fricklerhandwerk committed Aug 4, 2024
1 parent 5c8c935 commit 6c6af57
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 5 deletions.
7 changes: 6 additions & 1 deletion pkgs/by-name/liberaforms/dream2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ in {
mkDerivation = {
inherit src;
dontConfigure = true;
dontBuild = true;

installPhase = ''
runHook preInstall
Expand Down Expand Up @@ -89,7 +90,6 @@ in {
};

pip = {
pypiSnapshotDate = "2024-04-01";
requirementsFiles = ["${src}/requirements.txt"];
requirementsList = [
"factory-boy"
Expand Down Expand Up @@ -125,6 +125,11 @@ in {
];
};
};
flask-session2 = {
mkDerivation = {
dontBuild = true;
};
};
};
flattenDependencies = true;
};
Expand Down
Loading

0 comments on commit 6c6af57

Please sign in to comment.