Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ada-url: init at 2.7.7 #297294

Closed
wants to merge 2 commits into from
Closed

ada-url: init at 2.7.7 #297294

wants to merge 2 commits into from

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    a4388f4 View commit details
    Browse the repository at this point in the history
  2. ada-url: init at 2.7.7

    Based on NixOS#227030
    
    The patch is included since I ran into a roadblock due to how ada
    implemented cpm (cmake package manager). There are other packages in
    nixpkgs which work around it (e.g., poac) but those package upstreams
    gate their downloads on a conditional:
    
    ```
    if(NOT (EXISTS ${CPM_DOWNLOAD_LOCATION}))
      file(DOWNLOAD
        ...
    ```
    
    I patched ada to reproduce this behavior so it can build in the sandbox.
    genevieve-me committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9e0fe5d View commit details
    Browse the repository at this point in the history